ci: Version Packages - #1170
Merged
Merged
Conversation
|
View your CI Pipeline Execution ↗ for commit fb9ebc6
☁️ Nx Cloud last updated this comment at |
AlemTuzlak
approved these changes
Aug 20, 2026
@tanstack/ai
@tanstack/ai-acp
@tanstack/ai-angular
@tanstack/ai-anthropic
@tanstack/ai-bedrock
@tanstack/ai-byteplus
@tanstack/ai-claude-code
@tanstack/ai-client
@tanstack/ai-code-mode
@tanstack/ai-code-mode-snippets
@tanstack/ai-codex
@tanstack/ai-cohere
@tanstack/ai-devtools-core
@tanstack/ai-durable-stream
@tanstack/ai-elevenlabs
@tanstack/ai-event-client
@tanstack/ai-fal
@tanstack/ai-gemini
@tanstack/ai-grok
@tanstack/ai-grok-build
@tanstack/ai-groq
@tanstack/ai-isolate-cloudflare
@tanstack/ai-isolate-daytona
@tanstack/ai-isolate-node
@tanstack/ai-isolate-quickjs
@tanstack/ai-isolate-quickjs-bun
@tanstack/ai-mcp
@tanstack/ai-memory
@tanstack/ai-mistral
@tanstack/ai-ollama
@tanstack/ai-openai
@tanstack/ai-opencode
@tanstack/ai-openrouter
@tanstack/ai-perplexity
@tanstack/ai-persistence
@tanstack/ai-preact
@tanstack/ai-react
@tanstack/ai-react-ui
@tanstack/ai-sandbox
@tanstack/ai-sandbox-cloudflare
@tanstack/ai-sandbox-daytona
@tanstack/ai-sandbox-docker
@tanstack/ai-sandbox-local-process
@tanstack/ai-sandbox-sprites
@tanstack/ai-sandbox-vercel
@tanstack/ai-solid
@tanstack/ai-solid-ui
@tanstack/ai-svelte
@tanstack/ai-utils
@tanstack/ai-vercel-gateway
@tanstack/ai-vue
@tanstack/ai-vue-ui
@tanstack/openai-base
@tanstack/preact-ai-devtools
@tanstack/react-ai-devtools
@tanstack/solid-ai-devtools
commit: |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 20, 2026 16:21
fb9ebc6 to
fb1252e
Compare
AlemTuzlak
enabled auto-merge (squash)
August 20, 2026 16:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@tanstack/ai-openai@0.21.0
Minor Changes
#977
11c988b- feat(ai-openai): support PDFdocumentcontent parts in the Responses adapter.openaiText's Responses adapter now accepts PDFdocumentcontent parts, for any model whosemodel-metaentry declares thedocumentinput modality. Base64 data sources are sent asinput_filewith afile_datadata URL and afilename(frommetadata.filename, defaulting todocument.pdf). URL sources are sent asinput_filewithfile_url.Non-PDF MIME types are rejected before the request is sent — including pre-wrapped
data:URLs whose media type disagrees withmimeType— so callers get an actionable message instead of an opaque provider400. Inline base64 payloads are also checked for the%PDFmagic bytes, so non-PDF data mislabeled (or sent without) a PDFmimeTypeis rejected locally.OpenAIDocumentMetadatagainsfilenameanddetail. The Chat Completions adapter throws a document-specific error pointing here, since documents are Responses-only.Patch Changes
11c988b,47699ed]:@tanstack/ai-persistence@0.4.0
Minor Changes
9b5f841- Add complete thread artifact history for portable sandbox snapshots.Patch Changes
#1126
47699ed- Persist completed structured outputs as structured-output message parts and restore them during chat hydration.Updated dependencies [
47699ed]:@tanstack/ai-sandbox@0.4.0
Minor Changes
9b5f841- Add portable sandbox checkpoints.createSandboxSnapshotsandmemorySandboxSnapshotsreturn one object withsave,fork, andreadArtifact.createSnapshotToolsturns those methods into host tools bound to the routethreadId.Patch Changes
47699ed,9b5f841]:@tanstack/openai-base@0.10.0
Minor Changes
#977
11c988b- feat(ai-openai): support PDFdocumentcontent parts in the Responses adapter.openaiText's Responses adapter now accepts PDFdocumentcontent parts, for any model whosemodel-metaentry declares thedocumentinput modality. Base64 data sources are sent asinput_filewith afile_datadata URL and afilename(frommetadata.filename, defaulting todocument.pdf). URL sources are sent asinput_filewithfile_url.Non-PDF MIME types are rejected before the request is sent — including pre-wrapped
data:URLs whose media type disagrees withmimeType— so callers get an actionable message instead of an opaque provider400. Inline base64 payloads are also checked for the%PDFmagic bytes, so non-PDF data mislabeled (or sent without) a PDFmimeTypeis rejected locally.OpenAIDocumentMetadatagainsfilenameanddetail. The Chat Completions adapter throws a document-specific error pointing here, since documents are Responses-only.Patch Changes
47699ed]:@tanstack/ai@0.47.1
Patch Changes
47699ed- Persist completed structured outputs as structured-output message parts and restore them during chat hydration.@tanstack/ai-acp@0.3.3
Patch Changes
9b5f841,47699ed]:@tanstack/ai-angular@0.6.1
Patch Changes
#1121
bd221d9-onInterruptStateChangenow identifies snapshot restoration (hydrate) separately from streamed or client-initiated interrupt updates (live). The source follows each state publication, so cancelling a restored batch from the callback produces subsequentliveupdates without re-entering hydration. Client-tool interrupts remain hidden from the public list in both cases;hydratelets an app cancel a restored batch without cancelling one that is still running.Updated dependencies [
bd221d9,8bd6f70,47699ed]:@tanstack/ai-anthropic@0.16.9
Patch Changes
3bb55f3- FixmodelOptions.context_managementby attaching the requiredcontext-management-2025-06-27beta. The option was typed and forwarded on therequest body, but Anthropic rejects context editing without the beta header —
so the feature typechecked and could not work (issue #1074).
47699ed]:@tanstack/ai-bedrock@0.2.5
Patch Changes
11c988b,47699ed]:@tanstack/ai-byteplus@0.2.2
Patch Changes
11c988b,47699ed]:@tanstack/ai-claude-code@0.4.3
Patch Changes
9b5f841,47699ed]:@tanstack/ai-client@0.25.1
Patch Changes
#1121
bd221d9-onInterruptStateChangenow identifies snapshot restoration (hydrate) separately from streamed or client-initiated interrupt updates (live). The source follows each state publication, so cancelling a restored batch from the callback produces subsequentliveupdates without re-entering hydration. Client-tool interrupts remain hidden from the public list in both cases;hydratelets an app cancel a restored batch without cancelling one that is still running.#1169
8bd6f70- Drain queued post-stream actions after ajoinRunreplay so a client-tool result from a rejoin is sent back to the server.Updated dependencies [
47699ed]:@tanstack/ai-codex@0.4.3
Patch Changes
9b5f841,47699ed]:@tanstack/ai-grok@0.16.2
Patch Changes
11c988b,47699ed]:@tanstack/ai-grok-build@0.4.3
Patch Changes
9b5f841,47699ed]:@tanstack/ai-groq@0.6.5
Patch Changes
11c988b,47699ed]:@tanstack/ai-opencode@0.3.3
Patch Changes
9b5f841,47699ed]:@tanstack/ai-preact@0.13.1
Patch Changes
#1121
bd221d9-onInterruptStateChangenow identifies snapshot restoration (hydrate) separately from streamed or client-initiated interrupt updates (live). The source follows each state publication, so cancelling a restored batch from the callback produces subsequentliveupdates without re-entering hydration. Client-tool interrupts remain hidden from the public list in both cases;hydratelets an app cancel a restored batch without cancelling one that is still running.Updated dependencies [
bd221d9,8bd6f70,47699ed]:@tanstack/ai-react@0.21.1
Patch Changes
#1121
bd221d9-onInterruptStateChangenow identifies snapshot restoration (hydrate) separately from streamed or client-initiated interrupt updates (live). The source follows each state publication, so cancelling a restored batch from the callback produces subsequentliveupdates without re-entering hydration. Client-tool interrupts remain hidden from the public list in both cases;hydratelets an app cancel a restored batch without cancelling one that is still running.Updated dependencies [
bd221d9,8bd6f70,47699ed]:@tanstack/ai-sandbox-cloudflare@0.3.5
Patch Changes
#1108
9b5f841- Support filesystem metadata needed by portable sandbox snapshots.#1108
9b5f841- Write files in 32KB base64 chunks so snapshot restore no longer hits LinuxMAX_ARG_STRLEN.Updated dependencies [
9b5f841,9b5f841,47699ed]:@tanstack/ai-sandbox-daytona@0.3.1
Patch Changes
#1108
9b5f841- Support filesystem metadata needed by portable sandbox snapshots.Updated dependencies [
9b5f841]:@tanstack/ai-sandbox-docker@0.3.1
Patch Changes
#1108
9b5f841- Write files in 32KB base64 chunks so snapshot restore no longer hits LinuxMAX_ARG_STRLEN.#1108
9b5f841- Support filesystem metadata needed by portable sandbox snapshots.Updated dependencies [
9b5f841]:@tanstack/ai-sandbox-local-process@0.2.3
Patch Changes
#1108
9b5f841- Support filesystem metadata needed by portable sandbox snapshots.Updated dependencies [
9b5f841]:@tanstack/ai-sandbox-sprites@0.2.3
Patch Changes
#1108
9b5f841- Support filesystem metadata needed by portable sandbox snapshots.Updated dependencies [
9b5f841]:@tanstack/ai-sandbox-vercel@0.2.3
Patch Changes
#1108
9b5f841- Write files in 32KB base64 chunks so snapshot restore no longer hits LinuxMAX_ARG_STRLEN.#1108
9b5f841- Support filesystem metadata needed by portable sandbox snapshots.Updated dependencies [
9b5f841]:@tanstack/ai-solid@0.18.1
Patch Changes
#1121
bd221d9-onInterruptStateChangenow identifies snapshot restoration (hydrate) separately from streamed or client-initiated interrupt updates (live). The source follows each state publication, so cancelling a restored batch from the callback produces subsequentliveupdates without re-entering hydration. Client-tool interrupts remain hidden from the public list in both cases;hydratelets an app cancel a restored batch without cancelling one that is still running.Updated dependencies [
bd221d9,8bd6f70,47699ed]:@tanstack/ai-svelte@0.18.1
Patch Changes
#1121
bd221d9-onInterruptStateChangenow identifies snapshot restoration (hydrate) separately from streamed or client-initiated interrupt updates (live). The source follows each state publication, so cancelling a restored batch from the callback produces subsequentliveupdates without re-entering hydration. Client-tool interrupts remain hidden from the public list in both cases;hydratelets an app cancel a restored batch without cancelling one that is still running.Updated dependencies [
bd221d9,8bd6f70,47699ed]:@tanstack/ai-vercel-gateway@0.1.5
Patch Changes
11c988b,47699ed]:@tanstack/ai-vue@0.18.1
Patch Changes
#1121
bd221d9-onInterruptStateChangenow identifies snapshot restoration (hydrate) separately from streamed or client-initiated interrupt updates (live). The source follows each state publication, so cancelling a restored batch from the callback produces subsequentliveupdates without re-entering hydration. Client-tool interrupts remain hidden from the public list in both cases;hydratelets an app cancel a restored batch without cancelling one that is still running.Updated dependencies [
bd221d9,8bd6f70,47699ed]:ag-ui@0.0.9
Patch Changes
bd221d9,8bd6f70]: